去除 select 等标签默认浏览器样式 2016-07-17 去除select等标签默认浏览器样式的方式: 12345678910select { -webkit-appearance: none; /* chrome */ -moz-appearance: none; /* firefox */ appearance: none;}/* IE */select::-ms-expand { display: none;}